home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Workspace / Locus / Source / ItemList.m < prev    next >
Text File  |  1995-06-12  |  615b  |  45 lines

  1.  
  2. /*
  3.     Copyright 1993  Jeremy Slade.
  4.  
  5.     You are free to use all or any parts of the Locus project
  6.     however you wish, just give credit where credit is due.
  7.     The author (Jeremy Slade) shall not be held responsible
  8.     for any damages that result out of use or misuse of any
  9.     part of this project.
  10.  
  11. */
  12.  
  13. /*
  14.     Project: Locus
  15.  
  16.     File: ItemList.m
  17.  
  18.     Description: See ItemList.h
  19.  
  20.     Original Author: Jeremy Slade
  21.  
  22.     Revision History:
  23.         Created
  24.             V.101    JGS    Fri Mar  5 23:11:50 GMT-0700 1993
  25.  
  26. */
  27.  
  28.  
  29. #import "ItemList.h"
  30.  
  31.  
  32. @implementation ItemList : List
  33.  
  34.  
  35. + initialize
  36. {
  37.     [self setVersion:ItemList_VERSION];
  38.     return ( self );
  39. }
  40.  
  41.  
  42.  
  43. @end
  44.  
  45.